projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e167a87
)
(eshell-complex-commands): Add "ls".
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 17 Oct 2007 02:07:12 +0000
(
02:07
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 17 Oct 2007 02:07:12 +0000
(
02:07
+0000)
lisp/eshell/esh-cmd.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-cmd.el
b/lisp/eshell/esh-cmd.el
index d3194f3625aefa2bac49a273f02e0701f25d79e8..f999bdcdf6df5dfa728b10e79cf19205fb4dd76e 100644
(file)
--- a/
lisp/eshell/esh-cmd.el
+++ b/
lisp/eshell/esh-cmd.el
@@
-204,7
+204,7
@@
which may be modified directly. Any return value is ignored."
:type 'hook
:group 'eshell-cmd)
-(defcustom eshell-complex-commands
nil
+(defcustom eshell-complex-commands
'("ls")
"*A list of commands names or functions, that determine complexity.
That is, if a command is defined by a function named eshell/NAME,
and NAME is part of this list, it is invoked as a complex command.